简体版 English
تسجيل الدخول إنشاء حساب جديد

context switch معنى

يبدو
"context switch" أمثلة على
الترجمة العربيةجوال إصدار
  • تحويل السياق
أمثلة
  • However, depending on the operating system, a context switch may also take place at this time.
    ومع ذلك، اعتمادًا على نظام التشغيل، قد يتم أيضًا إجراء تحويل السياق في هذا الوقت.
  • Context switches are usually computationally intensive, and much of the design of operating systems is to optimize the use of context switches.
    عادةً ما تكون محولات السياق مكثّفة من الناحية الحسابية ، والكثير من تصميم أنظمة التشغيل يتمثل في تحسين استخدام تحويل السياق.
  • The process of context switching can have a negative impact on system performance, although the size of this effect depends on the nature of the switch being performed.
    يمكن أن يكون لعملية تبديل السياق تأثير سلبي على أداء النظام ، على الرغم من أن حجم هذا التأثير يعتمد على طبيعة التحويل الذي يتم تنفيذه.
  • A context switch can also occur as the result of an interrupt, such as when a task needs to access disk storage, freeing up CPU time for other tasks.
    يمكن أيضًا أن يحدث تبديل السياق كنتيجة للمقاطعة ، مثال عندما تحتاج مهمة ما إلى الوصول إلى مخزن القرص ، مما يؤدي إلى توفير وقت وحدة المعالجة المركزية لعمل المهام الأخرى.
  • Switching from one process to another requires a certain amount of time for doing the administration – saving and loading registers and memory maps, updating various tables and lists, etc. What is actually involved in a context switch varies between these senses and between processors and operating systems.
    حفظ وتحميل السجلات وخرائط الذاكرة ، وتحديث جداول وقوائم متنوعة ، إلخ.
  • For example, in the Linux kernel, context switching involves switching registers, stack pointer, and program counter, but is independent of address space switching, though in a process switch an address space switch also happens.
    على سبيل المثال ، في نواة لينكس ، يشتمل تبديل السياق على تبديل التسجيلات ، مؤشر المكدس ، وعداد البرنامج ، ولكنه مستقل عن تبديل مساحة العنوان ، على الرغم من أنه يحدث أيضًا في تبديل عملية تبديل عنوان مساحة.